home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
GRAPHICS
/
POV302.ZIP
/
pov302
/
docsdemo
/
pov
/
image
< prev
next >
Wrap
Text File
|
1997-01-21
|
363b
|
31 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
#include "colors.inc"
global_settings {
assumed_gamma 2.2
hf_gray_16
}
camera {
location <0, 0, -10>
look_at 0
}
plane { z, 10
pigment {
wrinkles
color_map {
[0 0.3*White]
[1 White]
}
}
}
light_source { <0, 20, -100> color White }